Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPQA Few shot CoT #3096

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

GPQA Few shot CoT #3096

wants to merge 3 commits into from

Conversation

liamjxu
Copy link
Contributor

@liamjxu liamjxu commented Oct 24, 2024

Used the extra_data field to store the chains of thought in the train instances of GPQA.

@liamjxu liamjxu self-assigned this Oct 24, 2024
…e train instances of GPQA.

Adding the cot prefix and suffix to GPQA scenario, which will be used by the adapter.
Comment on lines 69 to 70
"chain_of_thought_prefix": "Let's think step by step: ",
"chain_of_thought_suffix": "The correct answer is ",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this; you can just put this in the AdapterSpec later.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, if we can put those in AdapterSpec it makes it more straightforward too.

@yifanmai yifanmai changed the title GPQA Few shot CoT, scenario part GPQA Few shot CoT Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants